Skip to content

refactor: rename Intent terminology to Activity#73

Merged
m2ux merged 2 commits intomainfrom
refactor/intent-to-activity-rename
Jan 27, 2026
Merged

refactor: rename Intent terminology to Activity#73
m2ux merged 2 commits intomainfrom
refactor/intent-to-activity-rename

Conversation

@m2ux
Copy link
Copy Markdown
Owner

@m2ux m2ux commented Jan 23, 2026

Summary

Rename "intent" to "activity" throughout the codebase to improve terminology clarity for users. Activities describe observable user goals that map to skills and tool workflows.

Key Changes:

  • Renamed prompts/intents/ directory to prompts/activities/
  • Updated MCP resource URIs: concept-rag://intents/*concept-rag://activities/*
  • Updated guidance model: "Intent → Skill → Tool" → "Activity → Skill → Tool"
  • Updated all resource names, descriptions, and documentation

Issue

Fixes #72

Test Plan

  • Build succeeds (npm run build)
  • All 1488 tests pass (npm test)
  • No remaining "intent" occurrences in user-goal context
  • MCP resources use new concept-rag://activities/* URIs

Breaking Changes

  • MCP resource URIs changed from concept-rag://intents/* to concept-rag://activities/*
  • Users should update any Cursor rules or integrations that reference the old URIs

m2ux and others added 2 commits January 23, 2026 13:24
Rename "intent" to "activity" throughout the codebase to improve
terminology clarity for users. Activities describe observable user
goals that map to skills and tool workflows.

Changes:
- Rename prompts/intents/ directory to prompts/activities/
- Update MCP resource URIs: concept-rag://intents/* → concept-rag://activities/*
- Update resource names/descriptions: "Intent: X" → "Activity: X"
- Update guidance model: "Intent → Skill → Tool" → "Activity → Skill → Tool"
- Update all test expectations and documentation references

Fixes #72
Updated architecture description from 'Activity → Skill → Tool' to 'Goal → Activity → Skill → Tool'.
@m2ux m2ux marked this pull request as ready for review January 27, 2026 11:12
@m2ux m2ux merged commit 358e573 into main Jan 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename "Intent" terminology to "Activity" throughout the project

1 participant